projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbcdec
)
Print d->is_dying when dumping domain info.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Oct 2008 13:23:58 +0000
(13:23 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Oct 2008 13:23:58 +0000
(13:23 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/keyhandler.c
patch
|
blob
|
history
diff --git
a/xen/common/keyhandler.c
b/xen/common/keyhandler.c
index e24a6d335f172acdadb12b7ed6342c592b2b16be..e13698efdddb7c935f5576a347e2a96e68e4b0a6 100644
(file)
--- a/
xen/common/keyhandler.c
+++ b/
xen/common/keyhandler.c
@@
-183,9
+183,9
@@
static void dump_domains(unsigned char key)
{
printk("General information for domain %u:\n", d->domain_id);
cpuset_print(tmpstr, sizeof(tmpstr), d->domain_dirty_cpumask);
- printk(" refcnt=%d nr_pages=%d xenheap_pages=%d "
+ printk(" refcnt=%d
dying=%d
nr_pages=%d xenheap_pages=%d "
"dirty_cpus=%s\n",
- atomic_read(&d->refcnt),
+ atomic_read(&d->refcnt),
d->is_dying,
d->tot_pages, d->xenheap_pages, tmpstr);
printk(" handle=%02x%02x%02x%02x-%02x%02x-%02x%02x-"
"%02x%02x-%02x%02x%02x%02x%02x%02x vm_assist=%08lx\n",